3.2.65 \(\int \frac {(A+B x^2) (b x^2+c x^4)}{x^{5/2}} \, dx\)

Optimal. Leaf size=37 \[ \frac {2}{5} x^{5/2} (A c+b B)+2 A b \sqrt {x}+\frac {2}{9} B c x^{9/2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {1584, 448} \begin {gather*} \frac {2}{5} x^{5/2} (A c+b B)+2 A b \sqrt {x}+\frac {2}{9} B c x^{9/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((A + B*x^2)*(b*x^2 + c*x^4))/x^(5/2),x]

[Out]

2*A*b*Sqrt[x] + (2*(b*B + A*c)*x^(5/2))/5 + (2*B*c*x^(9/2))/9

Rule 448

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Int[ExpandI
ntegrand[(e*x)^m*(a + b*x^n)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, e, m, n}, x] && NeQ[b*c - a*d, 0] &
& IGtQ[p, 0] && IGtQ[q, 0]

Rule 1584

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rubi steps

\begin {align*} \int \frac {\left (A+B x^2\right ) \left (b x^2+c x^4\right )}{x^{5/2}} \, dx &=\int \frac {\left (A+B x^2\right ) \left (b+c x^2\right )}{\sqrt {x}} \, dx\\ &=\int \left (\frac {A b}{\sqrt {x}}+(b B+A c) x^{3/2}+B c x^{7/2}\right ) \, dx\\ &=2 A b \sqrt {x}+\frac {2}{5} (b B+A c) x^{5/2}+\frac {2}{9} B c x^{9/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 33, normalized size = 0.89 \begin {gather*} \frac {2}{45} \sqrt {x} \left (9 x^2 (A c+b B)+45 A b+5 B c x^4\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((A + B*x^2)*(b*x^2 + c*x^4))/x^(5/2),x]

[Out]

(2*Sqrt[x]*(45*A*b + 9*(b*B + A*c)*x^2 + 5*B*c*x^4))/45

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.03, size = 41, normalized size = 1.11 \begin {gather*} \frac {2}{45} \left (45 A b \sqrt {x}+9 A c x^{5/2}+9 b B x^{5/2}+5 B c x^{9/2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[((A + B*x^2)*(b*x^2 + c*x^4))/x^(5/2),x]

[Out]

(2*(45*A*b*Sqrt[x] + 9*b*B*x^(5/2) + 9*A*c*x^(5/2) + 5*B*c*x^(9/2)))/45

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 29, normalized size = 0.78 \begin {gather*} \frac {2}{45} \, {\left (5 \, B c x^{4} + 9 \, {\left (B b + A c\right )} x^{2} + 45 \, A b\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)/x^(5/2),x, algorithm="fricas")

[Out]

2/45*(5*B*c*x^4 + 9*(B*b + A*c)*x^2 + 45*A*b)*sqrt(x)

________________________________________________________________________________________

giac [A]  time = 0.18, size = 29, normalized size = 0.78 \begin {gather*} \frac {2}{9} \, B c x^{\frac {9}{2}} + \frac {2}{5} \, B b x^{\frac {5}{2}} + \frac {2}{5} \, A c x^{\frac {5}{2}} + 2 \, A b \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)/x^(5/2),x, algorithm="giac")

[Out]

2/9*B*c*x^(9/2) + 2/5*B*b*x^(5/2) + 2/5*A*c*x^(5/2) + 2*A*b*sqrt(x)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 32, normalized size = 0.86 \begin {gather*} \frac {2 \left (5 B c \,x^{4}+9 A c \,x^{2}+9 B b \,x^{2}+45 A b \right ) \sqrt {x}}{45} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x^2+A)*(c*x^4+b*x^2)/x^(5/2),x)

[Out]

2/45*x^(1/2)*(5*B*c*x^4+9*A*c*x^2+9*B*b*x^2+45*A*b)

________________________________________________________________________________________

maxima [A]  time = 1.34, size = 27, normalized size = 0.73 \begin {gather*} \frac {2}{9} \, B c x^{\frac {9}{2}} + \frac {2}{5} \, {\left (B b + A c\right )} x^{\frac {5}{2}} + 2 \, A b \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^2+A)*(c*x^4+b*x^2)/x^(5/2),x, algorithm="maxima")

[Out]

2/9*B*c*x^(9/2) + 2/5*(B*b + A*c)*x^(5/2) + 2*A*b*sqrt(x)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 31, normalized size = 0.84 \begin {gather*} \frac {2\,\sqrt {x}\,\left (45\,A\,b+9\,A\,c\,x^2+9\,B\,b\,x^2+5\,B\,c\,x^4\right )}{45} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((A + B*x^2)*(b*x^2 + c*x^4))/x^(5/2),x)

[Out]

(2*x^(1/2)*(45*A*b + 9*A*c*x^2 + 9*B*b*x^2 + 5*B*c*x^4))/45

________________________________________________________________________________________

sympy [A]  time = 2.62, size = 44, normalized size = 1.19 \begin {gather*} 2 A b \sqrt {x} + \frac {2 A c x^{\frac {5}{2}}}{5} + \frac {2 B b x^{\frac {5}{2}}}{5} + \frac {2 B c x^{\frac {9}{2}}}{9} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x**2+A)*(c*x**4+b*x**2)/x**(5/2),x)

[Out]

2*A*b*sqrt(x) + 2*A*c*x**(5/2)/5 + 2*B*b*x**(5/2)/5 + 2*B*c*x**(9/2)/9

________________________________________________________________________________________